home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / comm / www / amis_html.lha / AMIS_HTML / Install < prev    next >
Text File  |  1997-04-07  |  680b  |  26 lines

  1. (welcome)
  2.  
  3. (set @source-dir (tackon (pathonly @icon)"HTML"))
  4.  
  5. (set dest2 (tackon
  6.     (askdir
  7.         (prompt "Please select your AMIS directory...")
  8.         (help "The main directory where the AMIS programme is located is called 'AMIS'. Select this drawer once.")
  9.         (default "")
  10.     )"Viewers")
  11. )
  12.  
  13. (if (not (exists dest2))
  14. (abort "\nThe AMIS programme wasn't found in this directory. Please try again.")
  15. (copyfiles
  16.   (prompt "Copying the HTML viewer to the Viewers directory...")
  17.   (source @source-dir)
  18.   (help "The HTML viewer will now be copied into the Viewers directory, overwriting the old HTML viewer.")
  19.   (dest dest2)
  20.   (files)
  21.   (all)
  22.   (confirm)
  23. )
  24. )
  25. (complete 100)
  26.